home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRFIELDSFORM / TFRFIELDSFORM.txt < prev   
Text File  |  2004-10-21  |  2KB  |  104 lines

  1. object frFieldsForm: TfrFieldsForm
  2.   Left = 193
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'DB fields'
  7.   ClientHeight = 193
  8.   ClientWidth = 410
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 16
  22.     Top = 168
  23.     Width = 16
  24.     Height = 16
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.     Visible = False
  28.   end
  29.   object Image2: TImage
  30.     Left = 48
  31.     Top = 168
  32.     Width = 16
  33.     Height = 16
  34.     AutoSize = True
  35.     Picture.Data = {<image001.bmp>}
  36.     Visible = False
  37.   end
  38.   object Image3: TImage
  39.     Left = 80
  40.     Top = 168
  41.     Width = 16
  42.     Height = 16
  43.     AutoSize = True
  44.     Picture.Data = {<image002.bmp>}
  45.     Visible = False
  46.   end
  47.   object Image4: TImage
  48.     Left = 112
  49.     Top = 168
  50.     Width = 16
  51.     Height = 16
  52.     AutoSize = True
  53.     Picture.Data = {<image003.bmp>}
  54.     Visible = False
  55.   end
  56.   object FieldsLB: TListBox
  57.     Left = 248
  58.     Top = 4
  59.     Width = 157
  60.     Height = 149
  61.     HelpContext = 23
  62.     DragMode = dmAutomatic
  63.     ItemHeight = 16
  64.     Style = lbOwnerDrawFixed
  65.     TabOrder = 0
  66.     OnDblClick = FieldsLBDblClick
  67.     OnDrawItem = DatasetsLBDrawItem
  68.   end
  69.   object DatasetsLB: TListBox
  70.     Left = 4
  71.     Top = 4
  72.     Width = 237
  73.     Height = 149
  74.     HelpContext = 10
  75.     ItemHeight = 16
  76.     Style = lbOwnerDrawFixed
  77.     TabOrder = 1
  78.     OnClick = DatasetsLBClick
  79.     OnDrawItem = DatasetsLBDrawItem
  80.   end
  81.   object Button1: TButton
  82.     Left = 250
  83.     Top = 164
  84.     Width = 75
  85.     Height = 25
  86.     HelpContext = 40
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 2
  91.   end
  92.   object Button2: TButton
  93.     Left = 330
  94.     Top = 164
  95.     Width = 75
  96.     Height = 25
  97.     HelpContext = 50
  98.     Cancel = True
  99.     Caption = 'Cancel'
  100.     ModalResult = 2
  101.     TabOrder = 3
  102.   end
  103. end
  104.